home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 22
/
Aminet 22 (1997)(GTI - Schatztruhe)[!][Dec 1997].iso
/
Aminet
/
game
/
2play
/
CarBattle.lha
/
Install-Floppy
< prev
next >
Wrap
Text File
|
1997-07-20
|
859b
|
44 lines
Echo "Carbattle Install Script."
Echo "Insert a blank disk in the drive."
Echo ""
Format Drive DF0: Name CarBattle Noicons
if exists Libs:Amos.Library
Copy Libs:Amos.Library RAM:
endif
if exists Libs/Amos.Library
Copy Libs/Amos.Library RAM:
endif
echo ""
Echo "Now copying CarBattle to floppy disk (hopefully!)"
echo ""
Copy #? DF0:
echo ""
echo "Making Libs directory on the disk."
Makedir DF0:Libs
echo ""
echo "Okay, now copying all the maths libraries."
echo ""
Copy Libs:Math#? DF0:Libs
echo ""
echo "Okay, now copying the AMOS library."
echo ""
Copy Ram:Amos.Library DF0:Libs
Delete Ram:Amos.Library
echo ""
echo "Now Making S Directory."
Makedir DF0:S
echo "Creating Startup-Sequence."
Echo "CarBattle" >DF0:S/Startup-Sequence
echo "Installing bootblock on disk..."
Install DF0:
echo "Hokay, that should be it!"
delete ram:Amos.Library